PDF4Java Reference Documentation
com.o2sol.pdf4java.content.visualobjects Package / PDFPathItemType Enumeration
In This Topic
    PDFPathItemType Enumeration
    In This Topic
    Specifies the supported types for the items in a PDFPathVisualObject.
    Members
    MemberDescription
    C_CURVE_TOC-type curve to item.
    CLOSE_SUBPATHClose subpath item.
    LINE_TOLine to item.
    MOVE_TOMove to item.
    RECTANGLERectangle item.
    V_CURVE_TOV-type curve to item.
    Y_CURVE_TOY-type curve to item.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.content.visualobjects.PDFPathItemType

    See Also